home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libatk1.0-data / README < prev   
Text File  |  2009-09-22  |  2KB  |  54 lines

  1. This directory contains the ATK library.
  2.  
  3. For more information about ATK and accessibility in GNOME, see:
  4.  http://developer.gnome.org/projects/gap
  5.  
  6. Dependencies
  7. ============
  8.  
  9. ATK requires GLib-2.0.0 or better. Information about GLib
  10. is available from http://www.gtk.org/.
  11.  
  12. Building
  13. ========
  14.  
  15. To configure ATK, run the ./configure script, then 'make'; and 
  16. 'make install'. If you are installing into a location where you don't have
  17. write permission, you'll have to become root before running 
  18. 'make install'.
  19.  
  20. General information about building ATK and related libraries can
  21. be found at:
  22.  
  23.   http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html
  24.  
  25. To compile a CVS version of atk on your system, you will need to take
  26. several steps to setup the tree for compilation.  You can do all these
  27. steps at once by running:
  28.  
  29.         cvsroot/atk# ./autogen.sh
  30.   
  31. Basically this does the following for you:
  32.  
  33.         cvsroot/atk# aclocal; automake; autoconf
  34.  
  35.         The above commands create the "configure" script.  Now you
  36.         can run the configure script in cvsroot/atk to create all
  37.         the Makefiles.
  38.  
  39. Before running autogen.sh or configure, make sure you have libtool
  40. in your path.
  41.  
  42. Note that autogen.sh runs configure for you.  If you wish to pass
  43. options like --prefix=/usr to configure you can give those options
  44. to autogen.sh and they will be passed on to configure.
  45.  
  46. How to report bugs
  47. ==================
  48.  
  49. Bugs should be reported to the GNOME bug tracking system.
  50. (http://bugzilla.gnome.org, product atk.) You will need to create an
  51. account for yourself.
  52.  
  53. You can also mail the mailing list gnome-accessibility-devel@gnome.org
  54.